Extend measuring range of thermocouple for MAX31855#5071
Merged
thinkyhead merged 1 commit intoRCBugFixfrom Oct 24, 2016
unknown repository
Merged
Extend measuring range of thermocouple for MAX31855#5071thinkyhead merged 1 commit intoRCBugFixfrom unknown repository
thinkyhead merged 1 commit intoRCBugFixfrom
unknown repository
Conversation
ghost
commented
Oct 23, 2016
| #elif TEMP_SENSOR_0 == -2 | ||
| #define HEATER_0_USES_MAX6675 | ||
| #define MAX6675_TMIN 0 | ||
| #define MAX6675_TMAX 1024 |
Author
There was a problem hiding this comment.
Is it better that these are written in temperature.h?
Member
There was a problem hiding this comment.
No, these are fine here. Thank you for asking.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extend measuring range of thermocouple for MAX31855
It extend measuring range of thermocouple from 1023℃(upper limit of MAX6675 - 1℃) to 1799℃(upper limit of MAX31855 - 1℃),
and from 0.01℃(lower limit of MAX6675 + 0.01℃) to -269.99℃(lower limit of MAX31855 + 0.01℃).
In case of 3D printing with melted iron, over 1500℃ is needed.
...And In case of 3D printing with ice cream, maybe under 0℃ is needed...